home *** CD-ROM | disk | FTP | other *** search
- On Sat, 13 Jan 1996, Philip Chung wrote:
-
- > Hi all,
- >
- > Could somebody recommend a startup program which will let me execute
- > different startup-sequences according to which mouse button is pressed?
- > I would like to use a different startup when I boot up using a 15kHz
- > monitor so that I don't get any crazy screens.
-
- I wrote a program called Buttons to use in my startup-sequence, which
- does this sort of thing. If you want to check for left button for instance:
- buttons l
- if warn
- execute s:other-startup
- quit ;if other-startup doesn't endcli
- endif
- I don't think it is practically possible to combine these lines into
- just one program, because of the way script execution works.
-
- If you want a copy of Buttons (with minimal documentation) e-mail me.
-
- Ben.
-
- --
- Ben Hutchings, student. Finger me on worc0223@sable.ox.ac.uk for more rubbish.
- email: benjamin.hutchings@worc.ox.ac.uk WWW: http://sable.ox.ac.uk/~worc0223
- Speak out against OUCS .sig censorship! See my web pages for details
-
-